Channel File
The on-disk saved channels
Content copied to clipboard
meshtastic.ChannelFile
Types
Functions
Link copied to clipboard
Link copied to clipboard
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
Content copied to clipboard
uint32 version = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
Link copied to clipboard
Link copied to clipboard